'Declaration Public Overloads Shared Function ConvertToAffineMatrix( _
ByVal matrixElementsThe matrix elements to convert.() As Double _
) As Vintasoft.Imaging.AffineMatrix
public static Vintasoft.Imaging.AffineMatrix ConvertToAffineMatrix(
double[] matrixElements
)
public: static Vintasoft.Imaging.AffineMatrix* ConvertToAffineMatrix(
double[]* matrixElements
)
public:
static Vintasoft.Imaging.AffineMatrix^ ConvertToAffineMatrix(
array<double>^ matrixElements
)
Parameters
- matrixElements
- The matrix elements to convert.
Return Value
The AffineMatrix object instance.